home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1263 / sxtwin.doc < prev   
Text File  |  1997-04-18  |  4KB  |  127 lines

  1.  
  2.  
  3.  
  4.  
  5.          SXTWIN.DOC
  6.  
  7.          SXTWIN - SXT for WINDOWS
  8.  
  9.          All  SXT programs (CXT, DXT,  FXT and LXT) have  been ported to
  10.          MS-Windows.  The functionality of  the SXT  Windows versions is
  11.          the  same as for the  SXT command-line text  mode versions. The
  12.          SXT Windows versions offer many additional features:
  13.  
  14.          - user interface for interactive selection of files and options
  15.            via  pull down menus and dialog  windows (double clicks, drag
  16.            and drop from file manager, ...),
  17.          - message window  to show user related information, warning and
  18.            error  messages, user can  scroll back  to previous messages,
  19.            can be  switched off to speed up analysis (popup menu 'Info',
  20.            selection 'Show Messages'),
  21.          - information  window  to show  the analysis  progress,  can be
  22.            switched  off  to  speed  up  analysis  (popup  menu  'Info',
  23.            selection 'Show Progress Info'),
  24.          - the  source code  analysis  process can  be paused/continued,
  25.            stopped  (to continue with output  file writing after current
  26.            file finished)  or safely aborted (all results are lost). See
  27.            selections from popup menu 'Analyze',
  28.          - user defined  working directory to store the analysis results
  29.            (initialization files, output file, database, ...),
  30.          - selections  (files, options,  working directory, ...)  can be
  31.            stored  in  and retrieved  from  used  defined initialization
  32.            files,  several initialization  files for  different projects
  33.            are possible,
  34.          - SXT  programs  can  run  simultaneously  with  other  Windows
  35.            programs,
  36.          - the text  in the message window can be selected and copied to
  37.            the clipboard (menu 'Messages'),
  38.          - command line option -BATCH provides batch mode like behaviour
  39.            (program  starts, executes the specified  commands and closes
  40.            automatically),
  41.          - DLL  interfaces to access  the generated  database from other
  42.            windows  applications, e.g.  from your  own C/C++  and Visual
  43.            Basic  programs,  from  MS-Word  for  Windows, MS-Excel,  MS-
  44.            Access, ...
  45.  
  46.          The  SXT  Windows  programs  have  version  numbers  which  are
  47.          different from  those of the command line versions. The version
  48.          number  is a combination of two  'major.minor' numbers: the SXT
  49.          Windows  version number followed  by the version  number of the
  50.          basic  command  line  version.  For  example, CFTWIN  1.07-2.33
  51.          means:  CFT for Windows version 1.07 based  on CFT command line
  52.          version 2.33. The version number is shown in the 'About' Dialog
  53.          Box.
  54.  
  55.          Two types of Windows versions are available:
  56.  
  57.          - 16 bit  version for Windows 3.1 / Windows for Workgroups 3.11
  58.            (this SXT version is the shareware version)
  59.          - 32  bit version  for Windows  95, Windows  NT and  the Win32s
  60.            subsystem  of  Windows 3.1  and Windows  for  Workgroups 3.11
  61.            (this SXT version is only for registered users)
  62.  
  63.  
  64.                                         1
  65.  
  66.  
  67.  
  68.          The  only difference between the 16 bit  and the 32 bit version
  69.          is the execution speed: the 32 bit version is approximately 30%
  70.          - 40% faster!
  71.  
  72.          The  SXTNVIEW program is a Visual  Basic 4.0 sample application
  73.          (with  full VB source  code) that  demonstrates the  use of the
  74.          DLL-interface  for  database  access.  It  works  with all  SXT
  75.          program databases.  SXTNVIEW requires the Visual Basic Run-Time
  76.          library VB40016.DLL  (NOT included in the SXTWIN packages). For
  77.          more information see the documentation.
  78.  
  79.  
  80.  
  81.          Copyright (C) Juergen Mueller (J.M.) 1988-1996.
  82.          All rights reserved world-wide.
  83.  
  84.          SXT (TM) SOFTWARE EXPLORATION TOOLS
  85.          SXTWIN (TM) SOFTWARE EXPLORATION TOOLS for Windows
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.                                         2